3.16.6 \(\int \frac {(a+b x)^6}{(a c+(b c+a d) x+b d x^2)^3} \, dx\)

Optimal. Leaf size=78 \[ -\frac {3 b^2 (b c-a d) \log (c+d x)}{d^4}-\frac {3 b (b c-a d)^2}{d^4 (c+d x)}+\frac {(b c-a d)^3}{2 d^4 (c+d x)^2}+\frac {b^3 x}{d^3} \]

________________________________________________________________________________________

Rubi [A]  time = 0.06, antiderivative size = 78, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 2, integrand size = 29, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.069, Rules used = {626, 43} \begin {gather*} -\frac {3 b^2 (b c-a d) \log (c+d x)}{d^4}-\frac {3 b (b c-a d)^2}{d^4 (c+d x)}+\frac {(b c-a d)^3}{2 d^4 (c+d x)^2}+\frac {b^3 x}{d^3} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(a + b*x)^6/(a*c + (b*c + a*d)*x + b*d*x^2)^3,x]

[Out]

(b^3*x)/d^3 + (b*c - a*d)^3/(2*d^4*(c + d*x)^2) - (3*b*(b*c - a*d)^2)/(d^4*(c + d*x)) - (3*b^2*(b*c - a*d)*Log
[c + d*x])/d^4

Rule 43

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_.), x_Symbol] :> Int[ExpandIntegrand[(a + b*x)^m*(c + d
*x)^n, x], x] /; FreeQ[{a, b, c, d, n}, x] && NeQ[b*c - a*d, 0] && IGtQ[m, 0] && ( !IntegerQ[n] || (EqQ[c, 0]
&& LeQ[7*m + 4*n + 4, 0]) || LtQ[9*m + 5*(n + 1), 0] || GtQ[m + n + 2, 0])

Rule 626

Int[((d_) + (e_.)*(x_))^(m_.)*((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_.), x_Symbol] :> Int[(d + e*x)^(m + p)*(a
/d + (c*x)/e)^p, x] /; FreeQ[{a, b, c, d, e, m}, x] && NeQ[b^2 - 4*a*c, 0] && EqQ[c*d^2 - b*d*e + a*e^2, 0] &&
 IntegerQ[p]

Rubi steps

\begin {align*} \int \frac {(a+b x)^6}{\left (a c+(b c+a d) x+b d x^2\right )^3} \, dx &=\int \frac {(a+b x)^3}{(c+d x)^3} \, dx\\ &=\int \left (\frac {b^3}{d^3}+\frac {(-b c+a d)^3}{d^3 (c+d x)^3}+\frac {3 b (b c-a d)^2}{d^3 (c+d x)^2}-\frac {3 b^2 (b c-a d)}{d^3 (c+d x)}\right ) \, dx\\ &=\frac {b^3 x}{d^3}+\frac {(b c-a d)^3}{2 d^4 (c+d x)^2}-\frac {3 b (b c-a d)^2}{d^4 (c+d x)}-\frac {3 b^2 (b c-a d) \log (c+d x)}{d^4}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.04, size = 114, normalized size = 1.46 \begin {gather*} \frac {-a^3 d^3-3 a^2 b d^2 (c+2 d x)+3 a b^2 c d (3 c+4 d x)-6 b^2 (c+d x)^2 (b c-a d) \log (c+d x)+b^3 \left (-5 c^3-4 c^2 d x+4 c d^2 x^2+2 d^3 x^3\right )}{2 d^4 (c+d x)^2} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(a + b*x)^6/(a*c + (b*c + a*d)*x + b*d*x^2)^3,x]

[Out]

(-(a^3*d^3) - 3*a^2*b*d^2*(c + 2*d*x) + 3*a*b^2*c*d*(3*c + 4*d*x) + b^3*(-5*c^3 - 4*c^2*d*x + 4*c*d^2*x^2 + 2*
d^3*x^3) - 6*b^2*(b*c - a*d)*(c + d*x)^2*Log[c + d*x])/(2*d^4*(c + d*x)^2)

________________________________________________________________________________________

IntegrateAlgebraic [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {(a+b x)^6}{\left (a c+(b c+a d) x+b d x^2\right )^3} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

IntegrateAlgebraic[(a + b*x)^6/(a*c + (b*c + a*d)*x + b*d*x^2)^3,x]

[Out]

IntegrateAlgebraic[(a + b*x)^6/(a*c + (b*c + a*d)*x + b*d*x^2)^3, x]

________________________________________________________________________________________

fricas [B]  time = 0.40, size = 188, normalized size = 2.41 \begin {gather*} \frac {2 \, b^{3} d^{3} x^{3} + 4 \, b^{3} c d^{2} x^{2} - 5 \, b^{3} c^{3} + 9 \, a b^{2} c^{2} d - 3 \, a^{2} b c d^{2} - a^{3} d^{3} - 2 \, {\left (2 \, b^{3} c^{2} d - 6 \, a b^{2} c d^{2} + 3 \, a^{2} b d^{3}\right )} x - 6 \, {\left (b^{3} c^{3} - a b^{2} c^{2} d + {\left (b^{3} c d^{2} - a b^{2} d^{3}\right )} x^{2} + 2 \, {\left (b^{3} c^{2} d - a b^{2} c d^{2}\right )} x\right )} \log \left (d x + c\right )}{2 \, {\left (d^{6} x^{2} + 2 \, c d^{5} x + c^{2} d^{4}\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)^6/(a*c+(a*d+b*c)*x+b*d*x^2)^3,x, algorithm="fricas")

[Out]

1/2*(2*b^3*d^3*x^3 + 4*b^3*c*d^2*x^2 - 5*b^3*c^3 + 9*a*b^2*c^2*d - 3*a^2*b*c*d^2 - a^3*d^3 - 2*(2*b^3*c^2*d -
6*a*b^2*c*d^2 + 3*a^2*b*d^3)*x - 6*(b^3*c^3 - a*b^2*c^2*d + (b^3*c*d^2 - a*b^2*d^3)*x^2 + 2*(b^3*c^2*d - a*b^2
*c*d^2)*x)*log(d*x + c))/(d^6*x^2 + 2*c*d^5*x + c^2*d^4)

________________________________________________________________________________________

giac [A]  time = 0.17, size = 112, normalized size = 1.44 \begin {gather*} \frac {b^{3} x}{d^{3}} - \frac {3 \, {\left (b^{3} c - a b^{2} d\right )} \log \left ({\left | d x + c \right |}\right )}{d^{4}} - \frac {5 \, b^{3} c^{3} - 9 \, a b^{2} c^{2} d + 3 \, a^{2} b c d^{2} + a^{3} d^{3} + 6 \, {\left (b^{3} c^{2} d - 2 \, a b^{2} c d^{2} + a^{2} b d^{3}\right )} x}{2 \, {\left (d x + c\right )}^{2} d^{4}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)^6/(a*c+(a*d+b*c)*x+b*d*x^2)^3,x, algorithm="giac")

[Out]

b^3*x/d^3 - 3*(b^3*c - a*b^2*d)*log(abs(d*x + c))/d^4 - 1/2*(5*b^3*c^3 - 9*a*b^2*c^2*d + 3*a^2*b*c*d^2 + a^3*d
^3 + 6*(b^3*c^2*d - 2*a*b^2*c*d^2 + a^2*b*d^3)*x)/((d*x + c)^2*d^4)

________________________________________________________________________________________

maple [B]  time = 0.06, size = 160, normalized size = 2.05 \begin {gather*} -\frac {a^{3}}{2 \left (d x +c \right )^{2} d}+\frac {3 a^{2} b c}{2 \left (d x +c \right )^{2} d^{2}}-\frac {3 a \,b^{2} c^{2}}{2 \left (d x +c \right )^{2} d^{3}}+\frac {b^{3} c^{3}}{2 \left (d x +c \right )^{2} d^{4}}-\frac {3 a^{2} b}{\left (d x +c \right ) d^{2}}+\frac {6 a \,b^{2} c}{\left (d x +c \right ) d^{3}}+\frac {3 a \,b^{2} \ln \left (d x +c \right )}{d^{3}}-\frac {3 b^{3} c^{2}}{\left (d x +c \right ) d^{4}}-\frac {3 b^{3} c \ln \left (d x +c \right )}{d^{4}}+\frac {b^{3} x}{d^{3}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((b*x+a)^6/(a*c+(a*d+b*c)*x+b*d*x^2)^3,x)

[Out]

b^3*x/d^3-3*b/d^2/(d*x+c)*a^2+6*b^2/d^3/(d*x+c)*a*c-3*b^3/d^4/(d*x+c)*c^2+3*b^2/d^3*ln(d*x+c)*a-3*b^3/d^4*ln(d
*x+c)*c-1/2/d/(d*x+c)^2*a^3+3/2/d^2/(d*x+c)^2*a^2*b*c-3/2/d^3/(d*x+c)^2*a*c^2*b^2+1/2/d^4/(d*x+c)^2*b^3*c^3

________________________________________________________________________________________

maxima [A]  time = 1.16, size = 125, normalized size = 1.60 \begin {gather*} \frac {b^{3} x}{d^{3}} - \frac {5 \, b^{3} c^{3} - 9 \, a b^{2} c^{2} d + 3 \, a^{2} b c d^{2} + a^{3} d^{3} + 6 \, {\left (b^{3} c^{2} d - 2 \, a b^{2} c d^{2} + a^{2} b d^{3}\right )} x}{2 \, {\left (d^{6} x^{2} + 2 \, c d^{5} x + c^{2} d^{4}\right )}} - \frac {3 \, {\left (b^{3} c - a b^{2} d\right )} \log \left (d x + c\right )}{d^{4}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)^6/(a*c+(a*d+b*c)*x+b*d*x^2)^3,x, algorithm="maxima")

[Out]

b^3*x/d^3 - 1/2*(5*b^3*c^3 - 9*a*b^2*c^2*d + 3*a^2*b*c*d^2 + a^3*d^3 + 6*(b^3*c^2*d - 2*a*b^2*c*d^2 + a^2*b*d^
3)*x)/(d^6*x^2 + 2*c*d^5*x + c^2*d^4) - 3*(b^3*c - a*b^2*d)*log(d*x + c)/d^4

________________________________________________________________________________________

mupad [B]  time = 0.62, size = 130, normalized size = 1.67 \begin {gather*} \frac {b^3\,x}{d^3}-\frac {\ln \left (c+d\,x\right )\,\left (3\,b^3\,c-3\,a\,b^2\,d\right )}{d^4}-\frac {\frac {a^3\,d^3+3\,a^2\,b\,c\,d^2-9\,a\,b^2\,c^2\,d+5\,b^3\,c^3}{2\,d}+x\,\left (3\,a^2\,b\,d^2-6\,a\,b^2\,c\,d+3\,b^3\,c^2\right )}{c^2\,d^3+2\,c\,d^4\,x+d^5\,x^2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + b*x)^6/(a*c + x*(a*d + b*c) + b*d*x^2)^3,x)

[Out]

(b^3*x)/d^3 - (log(c + d*x)*(3*b^3*c - 3*a*b^2*d))/d^4 - ((a^3*d^3 + 5*b^3*c^3 - 9*a*b^2*c^2*d + 3*a^2*b*c*d^2
)/(2*d) + x*(3*b^3*c^2 + 3*a^2*b*d^2 - 6*a*b^2*c*d))/(c^2*d^3 + d^5*x^2 + 2*c*d^4*x)

________________________________________________________________________________________

sympy [A]  time = 0.94, size = 128, normalized size = 1.64 \begin {gather*} \frac {b^{3} x}{d^{3}} + \frac {3 b^{2} \left (a d - b c\right ) \log {\left (c + d x \right )}}{d^{4}} + \frac {- a^{3} d^{3} - 3 a^{2} b c d^{2} + 9 a b^{2} c^{2} d - 5 b^{3} c^{3} + x \left (- 6 a^{2} b d^{3} + 12 a b^{2} c d^{2} - 6 b^{3} c^{2} d\right )}{2 c^{2} d^{4} + 4 c d^{5} x + 2 d^{6} x^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)**6/(a*c+(a*d+b*c)*x+b*d*x**2)**3,x)

[Out]

b**3*x/d**3 + 3*b**2*(a*d - b*c)*log(c + d*x)/d**4 + (-a**3*d**3 - 3*a**2*b*c*d**2 + 9*a*b**2*c**2*d - 5*b**3*
c**3 + x*(-6*a**2*b*d**3 + 12*a*b**2*c*d**2 - 6*b**3*c**2*d))/(2*c**2*d**4 + 4*c*d**5*x + 2*d**6*x**2)

________________________________________________________________________________________